(maintainer-clean): Depend on `distclean'. Don't remove elisp* info files;
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 7 Dec 2006 18:09:41 +0000 (18:09 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 7 Dec 2006 18:09:41 +0000 (18:09 +0000)
they are already deleted by the `clean' and `distclean' targets, and they
are in the $(infodir) directory, not the current one.

lispref/makefile.w32-in

index 7da88058bd583ad91d9068afb4d2c9298fa0d04a..30dfb6ac1d25e033bd2903bc4d1482f7427d778e 100644 (file)
@@ -119,5 +119,5 @@ clean:
 
 distclean: clean
 
-maintainer-clean: clean
-       - $(DEL) elisp elisp-* elisp.dvi elisp.oaux
+maintainer-clean: distclean
+       - $(DEL) elisp.dvi elisp.oaux